home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 17 / CU Amiga Magazine's Super CD-ROM 17 (1997)(EMAP Images)(GB)[!][issue 1997-12].iso / CUCD / Programming / AMOSList / AMOSLIST.0997 / 000146_amos-request@svcs1.digex.net_Tue Sep 16 04:46:19 1997.msg < prev    next >
Text File  |  1997-10-01  |  2KB  |  51 lines

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  2.     by mail4.access.digex.net (8.8.5/8.8.5) with ESMTP id EAA03432
  3.     for <mcox@access.digex.net>; Tue, 16 Sep 1997 04:46:19 -0400 (EDT)
  4. Received: (from daemon@localhost)
  5.     by svcs1.digex.net (8.8.5/8.8.5) id DAA20079
  6.     for amos-out; Tue, 16 Sep 1997 03:44:34 -0400 (EDT)
  7. Received: from mail4.access.digex.net (mail4.access.digex.net [205.197.247.2])
  8.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id DAA20076
  9.     for <amos-list@svcs1.digex.net>; Tue, 16 Sep 1997 03:44:34 -0400 (EDT)
  10. Received: from c2gate.tcom.co.uk (c2gate.tcom.co.uk [194.6.96.2])
  11.     by mail4.access.digex.net (8.8.5/8.8.5) with SMTP id DAA00894
  12.     for <amos-list@access.digex.net>; Tue, 16 Sep 1997 03:44:32 -0400 (EDT)
  13. Received: from Connect2 Message Router by c2gate.tcom.co.uk
  14.     via Connect2-SMTP 4.30A; Tue, 16 Sep 1997 08:36:45 +0100
  15. Message-ID: <D108D93001F73000@c2gate.tcom.co.uk>
  16. Date: Tue, 16 Sep 1997 8:30:00 +0100
  17. From: "Wayne O'Donnell" <wayneo@bacg.com>
  18. Sender: "Wayne O'Donnell" <wayneo@bacg.com>
  19. Organization: *
  20. To: amos-list@access.digex.net (AMOS List)
  21. Subject: My Compiler Problem.
  22. Importance: Normal
  23. MIME-Version: 1.0
  24. Content-type: text/plain; charset="US-ASCII"
  25. Content-disposition: inline
  26. X-Mailer: Connect2-SMTP 4.30A MHS/SMF to SMTP Gateway
  27. Content-Transfer-Encoding: 8bit
  28. X-MIME-Autoconverted: from quoted-printable to 8bit by svcs1.digex.net id DAA20077
  29. Status: O
  30. X-Status: 
  31.  
  32.  
  33. Thanks to all who suggested how to sort my compiler problem.
  34.  
  35. It was sorted in minutes using the following steps sent to me by Magnus 
  36. Sj�berg:
  37.  
  38. (Text by Pietro Ghizzoni.)
  39.  
  40. 1) Load the Compiler_Shell.Amos program.
  41. 2) Open all the procedures.
  42. 3) Go to line number 573.
  43. 4) Replace "Until R<-26" with "Until R<-42".
  44. 5) Save the program.
  45. 6) It's done! :)
  46.  
  47. The same error is in the Tiny_Shell.Amos program at line 288.
  48.  
  49. Basically I changed that number and recompiled and all is now fine.
  50.  
  51. Wayne.